
/*页脚*/
.ft-wp { width: 100%; background-color: #eaeef1; border-top: 1px solid #e0e7eb; padding: 40px 0; }
.ft { width: 100%; height: 90px; background: url("../images/ft-wx.png") no-repeat right top; 
background-size: 90px; 
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/ft-wx.png',
sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/ft-wx.png',
sizingMethod='scale')";
}
.ft .icon-uimini { float: left; margin-left: -8px; font-size: 76px; color: #FF1D6B; line-height: 90px; }
.ft-info { float: left; margin-left: 60px; width: 660px; }
.ft-nav { margin-top: 7px; }
.ft-nav li { float: left; }
.ft-nav li a { display: block; margin-right: 40px; font-size: 14px; color: #7f8c8d; }
.ft-nav li a:hover { color: #FF1D6B; }
.ft-info .copy { width: 100%; font-size: 12px; color: #b8c4cc; line-height: 20px;}
.ft-info .copy a { color: #b8c4cc; }

.ft-share { height:40px; display: block; margin-top: 5px;}
.ft-share a {height:40px; width: 40px; float: left; }
.ft-share .anquan { width:77px; height: 28px; margin: 5px; }
.ft-share .kexin { width: 79; height: 28px; margin: 5px; }
.ft-share .share > i {font-size: 24px; color: #a3a8ac; line-height:40px; display: block; text-align: center; position: absolute; top: 0; left: 8px;}
.ft-share .share:hover > i {color: #FF1D6B;}
.ft-share .share:before { font-size: 40px; color: #dde4eb; line-height:40px; overflow: hidden;}
.ft-share .share:hover:before { color: #FF1D6B; }

.ft-wx-show { visibility: hidden; opacity: 0; position: absolute; left: -60px; bottom: 55px; width: 150px; height: 150px; padding: 5px; box-shadow: 0 0 5px rgba(0,0,0,.3);
background: url("../images/ft-wx.png") no-repeat 5px 5px #fff; background-size: 150px; 
    -webkit-transform: scale(0,0);
       -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
         -o-transform: scale(0,0);
            transform: scale(0,0);
    -webkit-transform-origin: 50% bottom;
       -moz-transform-origin: 50% bottom;
        -ms-transform-origin: 50% bottom;
         -o-transform-origin: 50% bottom;
            transform-origin: 50% bottom;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s; }
.ft-wx-show:before { content: ""; position: absolute; bottom: -12px; left: 70px; width: 20px; height: 12px; background: url("../images/ft-arrow.png") no-repeat 0 0;}
#ft-wx:hover .ft-wx-show { visibility: visible; opacity: 1; 
    -webkit-transform: scale(1,1);
       -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
         -o-transform: scale(1,1);
            transform: scale(1,1);
    -webkit-transform-origin: 50% bottom;
       -moz-transform-origin: 50% bottom;
        -ms-transform-origin: 50% bottom;
         -o-transform-origin: 50% bottom;
            transform-origin: 50% bottom;}
/*返回顶部*/
.scrollup{ position: fixed; bottom:90px; right: 50px; z-index:10; display: block; width: 48px; }
@media only screen and (min-width: 1350px) {
    .scrollup{ left: 50%; margin-left: 610px; right: auto; }
}
/*箭头*/
.scrollup .arrows { height: 48px; width: 48px; float: left;
    background: url('../images/top_up.png') no-repeat left top; background-size: 48px;
    transition: bottom 0.9s ease 0s;
}
.scrollup .arrows:hover {
    background: url('../images/top_up.png') no-repeat left top; background-size: 48px;
    background-position:0 -50px;
}
/*反馈*/
.scrollup .feedback { float: left; width: 48px; height: 40px; margin-top: 5px; background-color: rgba(153,174,188,.3); text-align:center; line-height:40px; color:#fff; }
.scrollup .feedback:hover { color:#FF1D6B; }